home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Buttons.cst / 00067_Script_67 < prev    next >
Text File  |  2001-04-13  |  287b  |  15 lines

  1. global gReturn
  2. on exitFrame
  3.   --  repeat while the duration of sprite 3 > the movieTime of sprite 3
  4.   if rollover(4) then
  5.     roll 4
  6.   else
  7.     unroll 4
  8.   end if
  9.   --    if the mousedown then
  10.   --      pass
  11.   --    end if
  12.   go the frame
  13.   --  end repeat
  14.   -- go gReturn
  15. end